home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr02 / fwsb30z4.zip / TESTDV.BAT < prev   
DOS Batch File  |  1990-12-21  |  2KB  |  36 lines

  1. ECHO OFF
  2. IF /%1==/ GOTO END
  3. MD \SLATE
  4. COPY SLATE.PDB  \SLATE\SLATE.PDB /V
  5. TESTDEV.EXE %1
  6. GOTO FINISH
  7. :END
  8. CLS
  9. ECHO *****************************************************************
  10. ECHO *    FINANCIAL WONDER Test device requires 1 parameter          *
  11. ECHO *    For Example:       TESTDV 1  or TESTDV 2, etc.             *
  12. ECHO *                              #1           #1                  *
  13. ECHO *    Operation                                                  *
  14. ECHO *    ---------                                                  *
  15. ECHO *    This batch file copies your current SLATE.PDB printer      *
  16. ECHO *    file into the directory \SLATE. The program TESTDEV.EXE    *
  17. ECHO *    is then run by this batch file.                            *
  18. ECHO *                                                               *
  19. ECHO *    TESTDEV.EXE expects to find the SLATE.PDB file in the      *
  20. ECHO *    \SLATE directory of the current drive letter.              *
  21. ECHO *    However, only the SLATE.PDB file in the current directory  *
  22. ECHO *    (example: \WONDER) will be used by Financial Wonder.       *
  23. ECHO *                                                               *
  24. ECHO *    Parameter meaning                                          *
  25. ECHO *    -----------------                                          *
  26. ECHO *    The parameter represents the device number used by         *
  27. ECHO *    the SLATE.EXE program, under the menu selection            *
  28. ECHO *           "Add/Edit Devices (Ptr Connections)"                *
  29. ECHO *    These devices would typically be numbered 1,2,3, etc.      *
  30. ECHO *    Please note that FW can sometimes use a print driver       *
  31. ECHO *    without having a device number set. However, to use        *
  32. ECHO *    TESTDEV.EXE the print driver must be assigned a device #.  *
  33. ECHO *****************************************************************
  34.  
  35.  
  36. :FINISH